home *** CD-ROM | disk | FTP | other *** search
/ Java Interactive Reference Guide / Java Interactive Reference Guide.iso / autorun / source.dir / 00098_15.txt < prev    next >
Encoding:
Text File  |  1980-01-11  |  117 b   |  7 lines

  1. package nathanw;
  2. import awt.*;
  3.  
  4. public interface PosPaintable {
  5.     public void paint(Graphics g,int x,int y);
  6.     }
  7.